setWidthRelativeToTable Method
In This Topic
Sets a flag indicating whether the
getWidth value is absolute or percentage relative to table width.
Syntax
public void setWidthRelativeToTable(
boolean
)
|
Parameters
- value
- True if the getWidth is relative, false otherwise. Default is false.
See Also